home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Games / General / RoboWar Disassembler v3. Folder / About v3.0 next >
Text File  |  1994-03-16  |  2KB  |  22 lines

  1. RoboWar Disassembler
  2. By Josh Goldfoot, 1994
  3. This software is public domain. It is not copyrighted and thus may be distributed legally in any fashion.
  4.  
  5. RoboWar Disassembler reads in RoboWar robot files and creates text files containing well-formatted source code and hardware specifications for that robot. It works on any sort of robot, regardless of password protection.
  6.  
  7. To disassemble a robot, launch the Disassembler. Select the “Open/Disassemble” command from the File menu. The Disassembler will present an “Open file” dialog box; select the robot file you wish to disassemble. The Disassembler will then present you with a “Save” dialog box; type the name of the text file that will contain the source code.
  8.  
  9. While the Disassembler preserves the sequence of instructions, it loses any label names or comments in the original source code. The disassembler uses words from the International Radio Alphabet in place of label names. 
  10.  
  11. Note that the Debugger supports drag-and-drop robot opening. You can drag one or several RoboWar robot files onto the Debugger application to disassemble several robots at once.
  12.  
  13. Some other changes since the last version include:
  14.  
  15. * The Disassembler now handles the “debugger” instruction correctly, and it no longer burps when faced with a line such as “-1 radar' setint.”
  16.  
  17. * I finally gave it a proper Macintosh interface.
  18.  
  19. * Source code files no longer have excess spaces.
  20.  
  21. Please send any questions or comments to Josh Goldfoot <jgfoot@minerva.cis.yale.edu>.
  22.